@charset "UTF-8";

/* 初始化*/
* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 1200px;
    font-family: 'Regular', "微软雅黑", "PingFang SC", 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    outline: 0;
    background: #fff;
    color: #333;
    font-size: 16px;
}

input {
    outline: none;
}

em,
i,
u {
    font-style: normal;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #8C6CFF;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clear:before,
.clear:after {
    content: '';
    display: block;
    clear: both;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}

.hide {
    display: none;
}

.borno {
    border: none !important;
}

.icoimg {
    width: 26px;
    height: 26px;
    background: url(//www.ppshouyou.com/static/pc/assets/imgs/icoimg.png) no-repeat center;
}

.center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.bjfff {
    background: #fff;
}

/* 头部*/
.header_warp {
    -webkit-box-shadow: -3px 2px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -3px 2px 7px 0px rgba(0, 0, 0, 0.35);
}

.header_warp .headertop {
    background: #303030;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.header_warp .headertop .fr a {
    padding: 0 5px;
}

.header_warp .headertop a {
    color: #fff;
}

.header_warp .headertop a:hover {
    color: #8C6CFF;
}

.header_warp .header {
    height: 80px;
    width: 100%;
}

.header_warp .header .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header_warp .header .logo {
    width: 162.58px;
    height: 35.57px;
    display: block;
    float: left;
}

.header_warp .header .logo img {
    width: 100%;
    display: block;
}

.header_warp .header .nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-left: 50px;
}

.header_warp .header .nav ul {
    height: 80px;
}

.header_warp .header .nav ul li {
    float: left;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin: 0 25px;
    position: relative;
}

.header_warp .header .nav ul li::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #8C6CFF;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.header_warp .header .nav ul li a {
    padding: 0 20px;
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
}

.header_warp .header .nav ul li a span {
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
}

.header_warp .header .nav ul li:hover {
    border-color: #eaeaea;
    font-weight: bold;
}

.header_warp .header .nav ul li:hover::before {
    display: block;
}

.header_warp .header .nav ul li:hover a {
    color: #8C6CFF;
}

.header_warp .header .nav ul .on {
    border-color: #eaeaea;
    font-weight: bold;
}

.header_warp .header .nav ul .on::before {
    display: block;
}

.header_warp .header .nav ul .on a {
    color: #8C6CFF;
}

/* 底部*/
.fotter_warp {
    background-color: #1f1f1f;
    padding: 20px 0;
    font-size: 14px;
    color: #848484;
    text-align: center;
}

.fotter_warp a {
    color: #848484;
}

.fotter_warp a:hover {
    color: #8C6CFF;
}

.fotter_warp .link_a {
    line-height: 30px;
}

.fotter_warp .link_a span {
    padding: 0 10px;
}

.fotter_warp .link_a span:last-child {
    display: none;
}

.fotter_warp p {
    line-height: 30px;
    overflow: hidden;
}

.fotter_warp p img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0;
}

/* 中间内容*/
.comment {
    min-height: calc(100vh - 210px);
}

.img {
    overflow: hidden;
    position: relative;
}

.img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 15px;
}

.icostare {
    position: relative;
    height: 16px;
    width: 105px;
    background-position: 0 -185px;
}

.icostare i {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 -160px;
}

/* 标题*/
.title {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e7e7e7;
}

.lunbox .title {
    color: #8c6cff;
}

.lunbox:hover .title {
    color: #fff;
}

.title .bt {
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.title .bt i {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}

.title .bt .ico1 {
    background: url(../assets/imgs/title_icon1.png);
    background-size: cover;
}

.title .bt .ico2 {
    background: url(../assets/imgs/title_icon2.png);
    background-size: cover;
}

.title .bt .ico3 {
    background: url(../assets/imgs/title_icon3.png);
    background-size: cover;
}

.title .bt .ico4 {
    background: url(../assets/imgs/title_icon4.png);
    background-size: cover;
}

.title .bt .ico5 {
    background: url(../assets/imgs/title_icon5.png);
    background-size: cover;
}

.title .bt .ico6 {
    background: url(../assets/imgs/title_icon6.png);
    background-size: cover;
}

.title .bt .ico7 {
    background: url(../assets/imgs/title_icon7.png);
    background-size: cover;
}

.title .bt .ico8 {
    background: url(../assets/imgs/title_icon8.png);
    background-size: cover;
}

.title .bt2::before {
    width: 6px;
    height: 22px;
    background-color: #8C6CFF;
    border-radius: 3px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.title .more {
    float: right;
    font-size: 14px;
}

.title .labbox {
    display: block;
    float: left;
    padding: 0 5px 0 30px;
    line-height: 30px;
    max-width: 67s0px;
    height: 30px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
    font-size: 14px;
}

.title .labbox .lab {
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 10px;
    color: #999999;
    border-radius: 5px;
}

.title .labbox .on {
    background: #8C6CFF;
    color: #fff;
    font-weight: bold;
}

.ContL {
    width: 860px;
    margin-right: 40px;
}

.ContR {
    width: 300px;
}

.ContR .Ritem {
    padding-bottom: 15px;
}

/* 面包屑 */
.curmb {
    color: #696969;
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.curmb .home {
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 17px;
    background-position: -302px -46px;
    margin: -3px 0px 0 0;
}

.curmb span {
    font-family: serif;
}

.curmb a {
    color: #696969;
}

.curmb a:hover {
    color: #8C6CFF;
}

/* =切换*/
.switch {
    background: #5c5c5c;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.switch .lab {
    height: 40px;
    line-height: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.switch .on {
    background: #8C6CFF;
}

.switch2 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #8C6CFF;
    margin-bottom: 20px;
}

.switch2 a {
    margin: 0 35px 0 0;
    display: block;
    float: left;
}

.switch2 .on {
    color: #8C6CFF;
}

.switch3 {
    height: 60px;
    position: relative;
    margin-bottom: 15px;
}

.switch3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 60px;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    position: relative;
}

.switch3 ul .li {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.switch3 ul .li::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #8C6CFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    display: none;
}

.switch3 ul .li:hover {
    color: #8C6CFF;
}

.switch3 ul .li:hover::before {
    display: block;
}

.switch3 ul .on {
    color: #8C6CFF;
}

.switch3 ul .on::before {
    display: block;
}

/* 首页模板*/
.Indexbox {
    padding-bottom: 20px;
}

/* 首页板块1*/
.Index1 {
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.Index1 .bd {
    position: relative;
    height: 125px;
    overflow: hidden;
}

.Index1 .list {
    width: 105%;
}

.Index1 .list .lis {
    width: 90px;
    display: block;
    margin-right: 40px;
    float: left;
    text-align: center;
}

.Index1 .list .lis .img {
    display: block;
    width: 100%;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
}

.Index1 .list .lis .name {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.Index1 .prev,
.Index1 .next {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #727272;
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
}

.Index1 .prev i,
.Index1 .next i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Index1 .prev i {
    background: url(../assets/imgs/top.png);
    background-size: cover;
}

.Index1 .next i {
    transform: rotate(180deg);
    background: url(../assets/imgs/top.png);
    background-size: cover;
}

.Index1 .prev:hover,
.Index1 .next:hover {
    border-color: #8C6CFF;
}

.Index1 .prev:hover i {
    background: url(../assets/imgs/top_active.png);
    background-size: cover;
}

.Index1 .next:hover i {
    background: url(../assets/imgs/top_active.png);
    background-size: cover;
}

.Index1 .prev {
    top: 30px;
}

.Index1 .next {
    top: 90px;
}

.Index1 .next i {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

/* 首页板块2*/
.Index2 {
    padding: 25px 0 10px;
}

.Index2 .list {
    padding: 16px;
    background-image: linear-gradient(to right, #F1F0FF, #E4E4FF);
}

.Index2 .list li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Index2 .list li:last-child {
    margin-bottom: 0;
}

.Index2 .list li .bt {
    padding: 0 15px;
    min-width: 30px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: #8C6CFF;
}

.Index2 .list li p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
}

.Index2 .list li p .on {
    color: #8C6CFF;
}

.Index2 .list li p span {
    padding: 0 7px;
    color: #c3c3c3;
}

.Index2 .list li p span:last-child {
    display: none;
}

.Index2 .list li:nth-child(2) .bt {
    background: #8C6CFF;
}

.Index2 .list li:nth-child(3) .bt {
    background: #8C6CFF;
}

/* 轮播*/
.Index3 .Index3-1 {
    width: 385px;
}

.Index3 .Index3-1 .lunbox {
    width: 100%;
    height: 216px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.Index3 .Index3-1 .lunbox:hover .btn_ {
    display: block;
}

.Index3 .Index3-1 .lunbox .bd ul li {
    width: 385px;
    height: 216px;
    position: relative;
    overflow: hidden;
}

.Index3 .Index3-1 .lunbox .bd ul li .img {
    width: 100%;
    height: 100%;
    display: block;
}

.Index3 .Index3-1 .lunbox .bd ul li .text {
    position: absolute;
    width: 100%;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Index3 .Index3-1 .lunbox .bd ul li .text .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 0 20px;
}

.Index3 .Index3-1 .lunbox .bd ul li .text .infor .name {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.Index3 .Index3-1 .lunbox .bd ul li .text .infor p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
}

.Index3 .Index3-1 .lunbox .bd ul li .text .infor p span {
    padding-right: 20px;
}

.Index3 .Index3-1 .lunbox .bd ul li .text .btn {
    width: 110px;
    height: 35px;
    background-color: #8C6CFF;
    border-radius: 5px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    margin-right: 20px;
}

.Index3 .Index3-1 .lunbox .bd ul li .text .btn:hover {
    opacity: 0.9;
}

.Index3 .Index3-1 .lunbox .btn_ {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-family: serif;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    width: 30px;
    text-align: center;
    margin-top: -30px;
    cursor: pointer;
    display: none;
}

.Index3 .Index3-1 .lunbox .prev {
    left: 10px;
}

.Index3 .Index3-1 .lunbox .next {
    right: 10px;
}

.Index3 .Index3-1 .lunbox .hd {
    position: absolute;
    height: 8px;
    line-height: 8px;
    width: 100px;
    text-align: right;
    right: 10px;
    bottom: 10px;
}

.Index3 .Index3-1 .lunbox .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    text-indent: 100em;
    margin: 0 2px;
}

.Index3 .Index3-1 .lunbox .hd .on {
    background: #009966;
}

.Index3 .Index3-1 .hotitem .list {
    width: 100%;
    overflow: hidden;
}

.Index3 .Index3-1 .hotitem .list ul {
    width: 110%;
    padding-top: 10px;
}

.Index3 .Index3-1 .hotitem .list ul li {
    float: left;
    width: 70px;
    margin: 10px 35px 0 0;
    text-align: center;
}

.Index3 .Index3-1 .hotitem .list ul li img {
    height: 70px;
    width: 100%;
    border-radius: 20px;
    display: block;
    overflow: hidden;
}

.Index3 .Index3-1 .hotitem .list ul li p {
    padding-top: 3px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
}

.Index3 .Index3-2 {
    width: 435px;
    padding: 0 40px;
}

.Index3 .Index3-2 .bt_h {
    height: 50px;
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: -15px;
}

.Index3 .Index3-2 .bt_h a {
    display: block;
    float: left;
    position: relative;
    font-size: 16px;
    margin: 0 50px 0 20px;
    cursor: pointer;
    color: #333;
}

.Index3 .Index3-2 .bt_h a:last-child {
    margin-right: 0;
}

.Index3 .Index3-2 .bt_h a::after {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    height: 3px;
    background: #8C6CFF;
    content: '';
    border-radius: 5px;
}

.Index3 .Index3-2 .bt_h .on {
    font-weight: bold;
    cursor: pointer;
    color: #8C6CFF;
}

.Index3 .Index3-2 .bt_h .on::after {
    display: block;
}

.Index3 .Index3-2 .listbox {
    padding-top: 15px;
}

.Index3 .Index3-2 .listbox .list_ul {
    width: 100%;
}

.Index3 .Index3-2 .listbox .list_ul .lis {
    height: 26px;
    line-height: 24px;
    overflow: hidden;
    padding: 9px 0;
}

.Index3 .Index3-2 .listbox .list_ul .lis .bt_a {
    float: left;
    width: 90px;
    height: 24px;
    overflow: hidden;
    color: #515256;
    text-align: center;
    font-size: 14px;
}

.Index3 .Index3-2 .listbox .list_ul .lis .text {
    float: left;
    width: 230px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.Index3 .Index3-2 .listbox .list_ul .lis .text img {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.Index3 .Index3-2 .listbox .list_ul .lis .time {
    float: right;
    width: 45px;
    overflow: hidden;
    height: 20px;
    display: block;
    text-align: right;
    color: #515256;
}

.Index3 .Index3-2 .listbox .list_ul .first_a .bt_a {
    margin: 0 14px;
    width: 58px;
    background: #14b9c8;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: visible;
}

.Index3 .Index3-2 .listbox .list_ul .first_a .bt_a:after {
    content: '';
    display: block;
    position: absolute;
    right: -4px;
    top: 5px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #14b9c8;
}

.Index3 .Index3-2 .listbox .list_ul .first_a .text {
    color: #14b9c8;
    font-weight: bold;
}

.Index3 .Index3-2 .listbox .list_ul .lis:nth-child(-n +8) a:hover {
    color: #ff3b3b;
}

.Index3 .Index3-2 .listbox .list_ul .first_a:nth-child(1) .bt_a {
    background: #ff3b3b;
}

.Index3 .Index3-2 .listbox .list_ul .first_a:nth-child(1) .bt_a:hover {
    color: #fff;
}

.Index3 .Index3-2 .listbox .list_ul .first_a:nth-child(1) .bt_a:after {
    border-left: 5px solid #ff3b3b;
}

.Index3 .Index3-2 .listbox .list_ul .first_a:nth-child(1) .text {
    color: #ff3b3b;
}

.Index3 .Index3-2 .listbox .list_ul .lis .bt_a:hover {
    color: #14b9c8;
}

.Index3 .Index3-2 .listbox .list_ul .first_a .bt_a:hover {
    color: #fff;
}

.Index3 .Index3-2 .listbox .list_ul .line {
    border-top: 1px solid #eee;
    margin: 10px 0;
}

.Index3 .Index3-3 {
    width: 300px;
}

.Index3 .Index3-3 .item1 {
    padding-bottom: 10px;
}

.Index3 .Index3-3 .item1 .title {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    border: none;
}

.Index3 .Index3-3 .item1 .list ul li {
    height: 47px;
    padding: 10px 0;
    border-bottom: dashed 1px #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Index3 .Index3-3 .item1 .list ul li:last-child {
    border: none;
}

.Index3 .Index3-3 .item1 .list ul li .img {
    width: 47px;
    height: 47px;
    border-radius: 10px;
    margin-right: 10px;
}

.Index3 .Index3-3 .item1 .list ul li .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.Index3 .Index3-3 .item1 .list ul li .infor .name {
    overflow: hidden;
    display: block;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.Index3 .Index3-3 .item1 .list ul li .infor p {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #666;
    display: none;
    max-width: 75%;
}

.Index3 .Index3-3 .item1 .list ul li .infor .icostare {
    margin-top: 8px;
}

.Index3 .Index3-3 .item1 .list ul li .btn {
    width: 50px;
    height: 26px;
    background-color: #8C6CFF;
    border-radius: 5px;
    display: none;
    line-height: 26px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.Index3 .Index3-3 .item1 .list ul .on {
    height: 80px;
}

.Index3 .Index3-3 .item1 .list ul .on .img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
}

.Index3 .Index3-3 .item1 .list ul .on .infor .name {
    margin-bottom: 10px;
}

.Index3 .Index3-3 .item1 .list ul .on .infor .icostare {
    display: none;
}

.Index3 .Index3-3 .item1 .list ul .on .infor p {
    display: block;
}

.Index3 .Index3-3 .item1 .list ul .on .infor .btn {
    display: block;
}

.Index3 .Index3-3 .item2 .list ul li {
    height: 70px;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Index3 .Index3-3 .item2 .list ul li .num {
    width: 25px;
    height: 70px;
    background: #f0412a;
    line-height: 70px;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}

.Index3 .Index3-3 .item2 .list ul li .img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 15px;
}

.Index3 .Index3-3 .item2 .list ul li .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.Index3 .Index3-3 .item2 .list ul li .infor .name {
    overflow: hidden;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.Index3 .Index3-3 .item2 .list ul li .infor p {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
}

.Index3 .Index3-3 .item2 .list ul li .btn {
    width: 70px;
    height: 34px;
    background-color: #8C6CFF;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.Index3 .Index3-3 .item2 .list ul li+li .num {
    background: #ff6600;
}

.Index3 .Index3-3 .item2 .list ul li+li+li .num {
    background: #ffcc00;
}

.Index3 .Index3-3 .item2 .list ul li+li+li+li .num {
    background: #bcbcbc;
}

/* 手机游戏*/
.Index4 .Index4-1 {
    width: 870px;
}

.Index4 .Index4-1 .list {
    width: 100%;
    overflow: hidden;
}

.Index4 .Index4-1 .list ul {
    width: 105%;
}

.Index4 .Index4-1 .list ul li {
    float: left;
    width: 90px;
    text-align: center;
    margin: 26px 40px 0 0;
}

.Index4 .Index4-1 .list ul li img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    display: block;
}

.Index4 .Index4-1 .list ul li p {
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.Index4 .Index4-1 .list ul li span {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
}

.Index4 .Index4-2 {
    width: 300px;
}

.Index4 .Index4-2 .list {
    padding-top: 10px;
}

.Index4 .Index4-2 .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-line-pack: start;
    align-content: start;
    padding: 7px 0;
}

.Index4 .Index4-2 .list li .num {
    width: 25px;
    text-align: center;
    background-color: #f0412a;
    color: #fff;
    height: 25px;
    line-height: 25px;
}

.Index4 .Index4-2 .list li .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Index4 .Index4-2 .list li .rd {
    color: #999999;
    height: 25px;
    line-height: 25px;
}

.Index4 .Index4-2 .list li .img {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: none;
    margin-right: 15px;
}

.Index4 .Index4-2 .list li .tex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-right: 10px;
}

.Index4 .Index4-2 .list li .name {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.Index4 .Index4-2 .list li p {
    font-size: 14px;
    display: none;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #666666;
}

.Index4 .Index4-2 .list li .btn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    display: none;
    cursor: pointer;
    background: #8C6CFF;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.Index4 .Index4-2 .list li+li .num {
    background: #ff6600;
}

.Index4 .Index4-2 .list li+li+li .num {
    background: #ffcc00;
}

.Index4 .Index4-2 .list li+li+li+li .num {
    background: #bcbcbc;
}

.Index4 .Index4-2 .list li:last-child {
    padding-bottom: 0;
}

.Index4 .Index4-2 .list .on .num {
    height: 70px;
    line-height: 70px;
}

.Index4 .Index4-2 .list .on .name {
    white-space: normal;
}

.Index4 .Index4-2 .list .on .btn,
.Index4 .Index4-2 .list .on .img,
.Index4 .Index4-2 .list .on p {
    display: block;
}

.Index4 .Index4-2 .list .on .rd {
    display: none;
}

.Index4 .gamelist ul li {
    margin: 16px 35px 0 0;
    width: 270px;
}

/* 热门合集*/
.Index5 .list {
    padding-top: 20px;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.Index5 .list ul {
    width: 105%;
}

.Index5 .list ul li {
    margin-right: 27px;
    float: left;
    width: 280px;
    height: 160px;
    display: block;
    position: relative;
    overflow: hidden;
}

.Index5 .list ul li .img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.Index5 .list ul li .img p {
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.Index5 .list ul li:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.Index5 .list ul li:hover p {
    color: #8C6CFF;
}

/* 游戏列表*/
.gamelist {
    width: 100%;
}

.gamelist ul {
    width: 110%;
}

.gamelist ul li {
    float: left;
    width: 270px;
    margin: 10px 30px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.gamelist ul li .img {
    display: block;
    height: 94px;
    width: 94px;
    border-radius: 15px;
    overflow: hidden;
}

.gamelist ul li .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-left: 10px;
}

.gamelist ul li .infor .name {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.gamelist ul li .infor p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    color: #999999;
}

.gamelist ul li .infor .btn {
    width: 80px;
    height: 32px;
    border-radius: 5px;
    border: solid 1px #8C6CFF;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #8C6CFF;
    margin-top: 10px;
}

.gamelist ul li .infor .btn:hover {
    background: #8C6CFF;
    color: #fff;
}

.gamelist+.pages .pagewrap {
    padding-top: 20px;
}

/* 文章列表*/
.newsli .line {
    height: 4px;
    width: 100%;
    background: url("../images/line_.jpg") repeat-x left;
}

.newsli ul li {
    height: 120px;
    padding: 25px 0;
    border-bottom: 1px solid #f0eff5;
}

.newsli ul li .img {
    width: 215px;
    height: 120px;
    float: left;
    display: block;
    margin-right: 20px;
}

.newsli ul li .infor {
    float: left;
    width: 615px;
    font-size: 14px;
}

.newsli ul li .infor .name {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: -5px;
}

.newsli ul li .infor .name:hover {
    text-decoration: underline;
    color: #8C6CFF;
}

.newsli ul li .infor .text {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newsli ul li .infor .bq {
    padding-top: 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.newsli ul li .infor .bq i {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0 0;
}

.newsli ul li .infor .bq .time {
    float: left;
    padding-right: 50px;
}

.newsli ul li .infor .bq span {
    display: block;
    padding-right: 50px;
    float: left;
}

.newsli ul li .infor .bq .time i {
    height: 17px;
    width: 17px;
    background-position: -300px 0;
}

.newsli ul li .infor .bq .more_a {
    float: right;
    color: #8C6CFF;
}

.newsli ul li .infor .bq .more_a i {
    height: 19px;
    width: 19px;
    background-position: -257px -33px;
}

/* 排行*/
.ranklis .list {
    padding-top: 10px;
}

.ranklis .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-line-pack: start;
    align-content: start;
    padding: 7px 0;
}

.ranklis .list li .num {
    width: 25px;
    text-align: center;
    background-color: #f0412a;
    color: #fff;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}

.ranklis .list li .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ranklis .list li .rd {
    color: #999999;
    height: 25px;
    line-height: 25px;
}

.ranklis .list li .img {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: none;
    margin-right: 15px;
}

.ranklis .list li .tex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-right: 10px;
}

.ranklis .list li .name {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 15px;
}

.ranklis .list li p {
    font-size: 14px;
    display: none;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #666666;
}

.ranklis .list li .btn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    display: none;
    cursor: pointer;
    background: #8C6CFF;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}

.ranklis .list li+li .num {
    background: #ff6600;
}

.ranklis .list li+li+li .num {
    background: #ffcc00;
}

.ranklis .list li+li+li+li .num {
    background: #bcbcbc;
}

.ranklis .list li:last-child {
    padding-bottom: 0;
}

.ranklis .list .on .num {
    height: 70px;
    line-height: 70px;
}

.ranklis .list .on .name {
    white-space: normal;
}

.ranklis .list .on .btn,
.ranklis .list .on .img,
.ranklis .list .on p {
    display: block;
}

.ranklis .list .on .rd {
    display: none;
}

/* 攻略教程*/
.Index6 .Index6-1 .title,
.Index6 .Index6-2 .title {
    margin-bottom: 10px;
}

.Index6 .Index6-1 .title .bt,
.Index6 .Index6-2 .title .bt {
    font-weight: normal;
}

.Index6 .Index6-1 {
    width: 650px;
}

.Index6 .Index6-1 .item {
    padding-top: 10px;
}

.Index6 .Index6-1 .item .img {
    display: block;
    position: relative;
    overflow: hidden;
}

.Index6 .Index6-1 .item .img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.Index6 .Index6-1 .item .img p {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    line-height: 25px;
    max-height: 50px;
    padding: 10px 0;
}

.Index6 .Index6-1 .item .img p span {
    padding: 0 10px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.Index6 .Index6-1 .item .big {
    width: 410px;
    height: 250px;
    float: left;
}

.Index6 .Index6-1 .item .item2 {
    float: left;
    margin-left: 10px;
    width: 230px;
}

.Index6 .Index6-1 .item .item2 .img {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    font-size: 14px;
}

.Index6 .Index6-1 .item .item2 .img p {
    padding: 5px 0;
    line-height: 20px;
    max-height: 40px;
}

.Index6 .Index6-1 .item .item2 .img:last-child {
    margin-bottom: 0;
}

.Index6 .Index6-1 .item:last-child .item2 {
    margin: 0 9px 0 0;
}

.Index6 .Index6-2 {
    width: 520px;
}

.Index6 .Index6-2 ul {
    padding-bottom: 10px;
}

.Index6 .Index6-2 ul li .name {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.Index6 .Index6-2 ul li .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Index6 .Index6-2 ul li .item .img {
    width: 130px;
    height: 75px;
    display: block;
    overflow: hidden;
}

.Index6 .Index6-2 ul li .item .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-left: 20px;
}

.Index6 .Index6-2 ul li .item .infor .text {
    line-height: 24px;
    color: #797979;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.Index6 .Index6-2 .lis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
}

.Index6 .Index6-2 .lis a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.Index6 .Index6-2 .lis a::before {
    width: 5px;
    height: 5px;
    background: #333;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
    border-radius: 50%;
}

.Index6 .Index6-2 .lis span {
    color: #949494;
}

/* 排行榜*/
.Index7 .item {
    float: left;
    width: 365px;
}

.Index7 .item .bt {
    text-align: center;
    float: none;
    position: relative;
    color: #ff6c6c;
}

.Index7 .item .bt::before {
    width: 24px;
    height: 3px;
    background: #ff6c6c;
    border-radius: 2px;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -12px;
}

.Index7 .item ul li {
    padding-top: 20px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Index7 .item ul li .num {
    height: 41px;
    width: 37px;
    background-position: -155px -102px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    margin-right: 18px;
}

.Index7 .item ul li+li+li+li .num {
    background-position: -205px -101px !important;
}

.Index7 .item ul li .img {
    width: 64px;
    height: 64px;
    border-radius: 15px;
    margin-right: 13px;
}

.Index7 .item ul li .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.Index7 .item ul li .infor .name {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;

}

.Index7 .item ul li .infor .p {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    padding-top: 5px;
}

.Index7 .item ul li .infor .p span {
    padding-right: 10px;
}

.Index7 .item ul li .infor .hot {
    color: #ff4029;
    display: none;
}

.Index7 .item ul li .infor .hot i {
    height: 24px;
    width: 24px;
    background: url(../assets/imgs/icon_hot.png);
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

.Index7 .item ul li .down {
    height: 30px;
    width: 30px;
    background: url(../assets/imgs/icon_download.png);
    background-size: cover;
    display: block;
}

.Index7 .item+.item {
    padding: 0 52px;
}

.Index7 .item+.item .bt {
    color: #ffb94f;
}

.Index7 .item+.item .bt::before {
    background: #ffb94f;
}

.Index7 .item+.item ul li .num {
    background-position: -53px -102px;
}

.Index7 .item+.item+.item {
    padding: 0;
}

.Index7 .item+.item+.item .bt {
    color: #4996ff;
}

.Index7 .item+.item+.item .bt::before {
    background: #4996ff;
}

.Index7 .item+.item+.item ul li .num {
    background-position: -104px -101px;
}

/* 近期更新*/
.Index8 .list {
    width: 100%;
}

.Index8 .list ul {
    width: 105%;
}

.Index8 .list ul li {
    width: 295px;
    margin-right: 7px;
    float: left;
    height: 42px;
    padding-top: 20px;
    padding-bottom: 4px;
}

.Index8 .list ul li .img {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    margin-right: 10px;
}

.Index8 .list ul li .infor {
    float: left;
    width: 235px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 42px;
}

.Index8 .list ul li .name {
    display: block;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Index8 .list ul li p {
    display: block;
    font-size: 13px;
    margin-top: 6px;
    color: #999;
}

.Index8 .list ul li p span {
    margin-right: 10px;
}

.Index8 .list ul li p a {
    color: #999;
}

.Index8 .list ul li p a:hover {
    color: #8C6CFF;
}

/* 友情*/
.youqing {
    padding: 10px 0 20px 0;
}

.youqing .bt {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.youqing .p {
    line-height: 40px;
    font-size: 16px;
}

.youqing .p a {
    margin-right: 30px;
}

/* 列表分类 */
.cont1 {
    overflow: hidden;
}

.cont1 ul {
    width: 103%;
}

.cont1 ul li {
    float: left;
    width: 100px;
    height: 40px;
    display: block;
    margin: 0 20px 20px 0;
}

.cont1 ul li a {
    padding: 0 5px;
    display: block;
    height: 38px;
    line-height: 38px;
    width: 88px;
    border: 1px solid #f0eff4;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}

.cont1 ul li a:hover {
    background: #8C6CFF;
    color: #fff;
    border-color: #8C6CFF;
}

.cont1 ul .on a {
    background: #8C6CFF;
    color: #fff;
    border-color: #8C6CFF;
}

/* 排行榜 */
.cont2 .list {
    padding-bottom: 20px;
}

.cont2 .list li {
    padding: 30px 0;
    border-bottom: 1px solid #e3e3e3;
}

.cont2 .list li:first-child {
    padding-top: 0;
}

.cont2 .list li .name {
    display: block;
    height: 30px;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-bottom: 20px;
}

.cont2 .list li .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont2 .list li .item .img {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 20px;
}

.cont2 .list li .item .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    height: 100%;
    padding-right: 20px;
}

.cont2 .list li .item .infor .lab {
    display: block;
    line-height: 35px;
    font-size: 14px;
}

.cont2 .list li .item .infor .lab p {
    float: left;
    height: 35px;
    color: #989898;
    overflow: hidden;
    padding-right: 40px;
}

.cont2 .list li .item .infor .lab p span {
    color: #333;
}

.cont2 .list li .item .infor .lab .bq {
    width: 100%;
    padding: 0;
}

.cont2 .list li .item .infor .lab .bq a {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
    background: #8C6CFF;
    height: 25px;
    line-height: 25px;
}

.cont2 .list li .item .infor .text {
    padding-top: 5px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cont2 .list li .item .btn {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #8C6CFF;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #8C6CFF;
}

.cont2 .list li .item .btn:hover {
    background: #8C6CFF;
    color: #fff;
}

/* 合集 */
.cont3 .list li {
    float: left;
    width: 590px;
    background-color: #fff;
    border: 1px #f3f3f3 solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
    float: left;
    margin: 0;
    border-radius: 4px;
    margin: 0 20px 20px 0;
}

.cont3 .list li:hover {
    border-color: #8C6CFF;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(215, 215, 215, 0.8);
    box-shadow: 0px 10px 10px 0px rgba(215, 215, 215, 0.8);
}

.cont3 .list li:nth-child(2n) {
    margin-right: 0;
}

.cont3 .list li .name {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.cont3 .list li .imgTxt {
    width: 100%;
    height: 142px;
    position: relative;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cont3 .list li .imgTxt .img {
    float: left;
    overflow: hidden;
    width: 246px;
    height: 142px;
    display: block;
}

.cont3 .list li .imgTxt .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    padding-left: 16px;
}

.cont3 .list li .imgTxt .text p {
    font-size: 14px;
    overflow: hidden;
    color: #666;
    line-height: 26px;
    height: 104px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cont3 .list li .imgTxt .text .rj_num {
    padding: 0 10px;
    display: block;
    text-align: center;
    color: #8C6CFF;
    letter-spacing: 1px;
    border-radius: 20px;
    border: 2px #ebf1ff solid;
    font-family: "Impact";
    font-size: 12px;
    background: #fff;
    position: absolute;
    right: 0px;
    line-height: 24px;
    bottom: 4px;
}

.cont3 .list li .imgli {
    width: 110%;
    overflow: hidden;
    position: relative;
}

.cont3 .list li .imgli .img {
    width: 68px;
    height: 68px;
    overflow: hidden;
    padding: 0;
    border-radius: 6px;
    float: left;
    display: block;
    margin-right: 12px;
    background-color: #c5c5c5;
}

.cont3 .list li .imgli .img:hover {
    background-color: #8C6CFF;
}

.cont3 .list li .imgli .img:hover img {
    opacity: 0.9;
}

.cont3 .list li .imgli .img i {
    width: 31px;
    height: 31px;
    background-position: -293px -1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}

.cont3+.pages .pagewrap {
    padding-top: 20px;
}

/* 合集详情 */
.cont4 {
    background: #f8f8f8;
    height: 200px;
    display: block;
    font-size: 14px;
    margin-bottom: 50px;
}

.cont4 .img {
    float: left;
    width: 350px;
    display: block;
    height: 200px;
    border-radius: 5px;
}

.cont4 .infor {
    float: left;
    width: 810px;
    padding-left: 20px;
    padding-top: 20px;
}

.cont4 .infor .h1 {
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    margin-top: -3px;
}

.cont4 .infor .tex {
    padding-top: 15px;
    font-size: 14px;
    overflow: hidden;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cont4 .infor .labbox {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    color: #999999;
    padding-top: 20px;
}

.cont4 .infor .labbox .leflab {
    float: left;
    max-width: 650px;
}

.cont4 .infor .labbox .leflab a {
    background: #8C6CFF;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    margin: 0 2px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: -3px;
}

.cont4 .infor .labbox .leflab a[href]:hover {
    opacity: 0.9;
}

.cont4 .infor .labbox .time {
    float: right;
    text-align: right;
}

.cont5 .list {
    width: 100%;
}

.cont5 .list ul li {
    float: left;
    width: 338px;
    height: 195px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    margin: 0 30px 20px 0;
    padding: 20px 20px 10px 20px;
    position: relative;
    font-size: 14px;
}

.cont5 .list ul li:nth-child(3n) {
    margin-right: 0;
}

.cont5 .list ul li:hover {
    border-color: #8C6CFF;
    -webkit-box-shadow: 0px 12px 10px 0px rgba(18, 18, 18, 0.1);
    box-shadow: 0px 12px 10px 0px rgba(18, 18, 18, 0.1);
}

.cont5 .list ul li .num {
    position: absolute;
    height: 28px;
    width: 50px;
    background-position: -150px -164px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    right: -5px;
    top: 5px;
}

.cont5 .list ul li .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 80px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.cont5 .list ul li .item .img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.cont5 .list ul li .item .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 0 10px;
}

.cont5 .list ul li .item .infor .name {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    overflow: hidden;
}

.cont5 .list ul li .item .infor p {
    line-height: 22px;
    color: #666;
}

.cont5 .list ul li .item .infor p span {
    padding: 0 10px;
}

.cont5 .list ul li .item .btn {
    width: 80px;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #8C6CFF;
    text-align: center;
    line-height: 35px;
    color: #8C6CFF;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cont5 .list ul li .item .btn:hover {
    color: #fff;
    background: #8C6CFF;
}

.cont5 .list ul li .text {
    line-height: 27px;
    padding-top: 8px;
    height: 106px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cont5 .list ul li .text span {
    color: #888888;
}

.cont5+.pages .pagewrap {
    padding-top: 20px;
}

/* 相关文章 */
.cont6 {
    padding-bottom: 10px;
}

.cont6 .cont6-1 {
    width: 375px;
    padding-top: 10px;
}

.cont6 .cont6-1 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    margin-bottom: 20px;
}

.cont6 .cont6-1 ul li:last-child {
    margin-bottom: 0;
}

.cont6 .cont6-1 ul li .img {
    width: 136px;
    height: 90px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.cont6 .cont6-1 ul li .infor {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.cont6 .cont6-1 ul li .infor .name {
    display: block;
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: -5px;
    margin-bottom: 15px;
}

.cont6 .cont6-1 ul li .infor .p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.cont6 .cont6-1 ul li .infor .p span {
    color: #666;
    float: left;
    padding-right: 10px;
}

.cont6 .cont6-1 ul li .infor .p span:last-child {
    float: right;
    padding-right: 0;
}

.cont6 .cont6-1 ul li .infor .p span u {
    background: #f0eff5;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0;
    padding: 0 10px;
    border-radius: 20px;
    height: 23px;
    line-height: 23px;
}

.cont6 .cont6-2 {
    width: 440px;
}

.cont6 .cont6-2 ul li {
    height: 36px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.cont6 .cont6-2 ul li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.cont6 .cont6-2 ul li span {
    font-size: 14px;
    color: #666666;
}

/* 同款推荐 */
.cont7 .list ul {
    width: 110%;
}

.cont7 .list ul li {
    float: left;
    width: 280px;
    margin: 5px 25px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.cont7 .list ul li .img {
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 15px;
    overflow: hidden;
}

.cont7 .list ul li .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding-left: 10px;
}

.cont7 .list ul li .infor .name {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.cont7 .list ul li .infor p {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    color: #666;
}

.cont7 .list ul li .infor p i {
    padding: 0 10px;
}

/* 相关游戏 */
.cont8 .list ul {
    width: 105%;
}

.cont8 .list ul li {
    float: left;
    width: 80px;
    text-align: center;
    margin: 5px 30px 15px 0;
}

.cont8 .list ul li img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: block;
}

.cont8 .list ul li p {
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    font-size: 15px;
}

.cont8 .list ul li span {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
}

/* 上下页 */
.cont9 {
    padding: 20px;
}

.cont9 .list li {
    float: left;
    width: 50%;
    padding: 5px 0;
}

.cont9 .list li a {
    display: block;
    width: 250px;
    height: 35px;
    border: 1px solid #eee;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px;
    font-size: 15px;
}

.cont9 .list li a:hover {
    background: #8C6CFF;
    color: #fff;
}

.cont9 .list .on a {
    background: #8C6CFF;
    color: #fff;
}

/* 更多版本 */
.cont10 .list a {
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 5px 20px 15px 0;
    border-radius: 5px;
}

.cont10 .list .cor1 {
    background: #ccebf7;
    color: #009ad6;
}

.cont10 .list .cor2 {
    background: #fef1de;
    color: #ff9400;
}

.cont10 .list .cor3 {
    background: #d5f2ee;
    color: #2dbfa9;
}

.cont10 .list .cor4 {
    background: #dfccf1;
    color: #5f00b8;
}

/* 游戏截图 */
.ShotWrap {
    background: #fff;
    padding: 20px 0;
}

.ShotWrap .snapShotWrap {
    width: 630px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.ShotWrap .snapShotWrap .snapShotCont {
    width: 630px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ShotWrap .snapShotWrap .snapShotCont .snopshot {
    position: absolute;
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.ShotWrap .snapShotWrap .snapShotCont .snopshot img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    font-size: 18px;
}

.ShotWrap .snapShotWrap .snapShotCont .snopshot .elementOverlays {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ShotWrap .snapShotWrap .snapShotCont .snopshot .elementOverlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=70);
}

.ShotWrap .snapShotWrap .snap-shot-btn {
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0px;
    display: block;
    cursor: pointer;
    z-index: 10;
}

.ShotWrap .snapShotWrap .snap-shot-btn i {
    display: block;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 50% !important;
    margin-top: -25px;
    height: 50px;
    width: 30px;
    background: rgba(0, 0, 0, 0.5);
}

.ShotWrap .snapShotWrap .prev {
    left: 0px;
}

.ShotWrap .snapShotWrap .prev i u,
.ShotWrap .snapShotWrap .next i u {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../assets/imgs/left.png);
    background-size: cover;
}

.ShotWrap .snapShotWrap .prev:hover i,
.ShotWrap .snapShotWrap .next:hover i {
    background: rgba(16, 144, 221, 0.5);
}

.ShotWrap .snapShotWrap .next i u {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.ShotWrap .snapShotWrap .next {
    right: 0px;
}

/* 404 */
.box404 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 50px;
}

.box404 img {
    width: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.box404 p {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 40px;
    margin-left: 140px;
    margin-top: -100px;
}

.box404 span {
    color: #999;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin-left: 20px;
}

/* 分页 */
.pagewrap {
    width: 100%;
    height: 40px;
    padding: 40px 0 40px 0;
    line-height: 40px;
    text-align: center;
    color: #666666;
    overflow: hidden;
}

.pagewrap a,
.pagewrap span {
    display: inline-block;
    height: 38px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #d1d1d6;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 2px;
    font-size: 16px;
    color: #626675;
}

.pagewrap a.current,
.pagewrap .active a,
.pagewrap a:hover {
    color: #fff;
    border: 1px solid #8C6CFF;
    background: #8C6CFF;
}

.pagewrap span {
    padding: 0 15px;
}

.pagewrap li {
    display: inline-block;
    _zoom: 1;
    display: inline;
}

.pagewrap .page {
    margin: 0 auto;
    display: block;
}

.pagewrap li.active a {
    color: #fff;
    border: 1px solid #8C6CFF;
    background: #8C6CFF;
}

/* 右侧 */
.Ritem1 .list {
    padding: 5px 0 0 0;
    width: 100%;
    overflow: hidden;
}

.Ritem1 .list ul {
    width: 110%;
}

.Ritem1 .list ul li {
    float: left;
    width: 77px;
    margin: 15px 33px 0 0;
}

.Ritem1 .list ul li .img {
    width: 77px;
    height: 77px;
    border-radius: 20%;
    display: block;
    margin: 0 auto;
}

.Ritem1 .list ul li .name {
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
}

.Ritem1 .list2 {
    padding-top: 10px;
}

.Ritem1 .list2 .lis {
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 5px 10px 5px 0;
    font-size: 15px;
}

.Ritem1 .list2 .lis:nth-child(2n) {
    margin-right: 0;
}

.Ritem1 .list2 .them1 {
    background: #cfe9f8;
    color: #8C6CFF;
}

.Ritem1 .list2 .them2 {
    background: #feedd2;
    color: #f8a320;
}

.Ritem1 .list2 .them3 {
    background: #ffdace;
    color: #f8a320;
}

.Ritem1 .list2 .them4 {
    background: #d2fdcc;
    color: #14ac00;
}

/* 右侧 */
.Ritem2 .list li {
    padding-top: 20px;
    display: block;
}

.Ritem2 .list li .img {
    display: block;
    width: 100%;
    height: 180px;
    color: #fff;
}

.Ritem2 .list li .img:hover {
    color: #8C6CFF;
}

.Ritem2 .list li .img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.Ritem2 .list li .img .name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Ritem2 .list li .img .name span {
    padding: 0 20px;
    font-size: 15px;
}

/* 右侧 */
.Ritem3 .list {
    padding-top: 10px;
}

.Ritem3 .list .lisimg .img {
    width: 145px;
    height: 100px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
}

.Ritem3 .list .lisimg .img:nth-child(2n) {
    margin-right: 0;
}

.Ritem3 .list .lisimg .img:hover {
    color: #8C6CFF;
}

.Ritem3 .list .lisimg .img:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.Ritem3 .list .lisimg .img p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Ritem3 .list ul li {
    height: 36px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.Ritem3 .list ul li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.Ritem3 .list ul li span {
    font-size: 14px;
    color: #666666;
}

/* 排行榜 */
.Rakinglist .ContL {
    width: 200px;
}

.Rakinglist .ContR {
    width: 960px;
}

/* 排行榜nav */
.ranknav {
    width: 200px;
}

.ranknav li {
    border: solid 1px #edeeee;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.ranknav li a {
    display: block;
    height: 60px;
    line-height: 60px;
}

.ranknav li .bt {
    background: #f6f6f6;
}

.ranknav li .bt i {
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 18px;
    margin: -2px 0 0 5px;
    background-position: -92px -22px;
}

.ranknav li .lis {
    display: none;
}

.ranknav li .lis a {
    border-top: solid 1px #edeeee;
}

.ranknav li .lis a:hover {
    background: #8C6CFF;
    color: #fff;
}

.ranknav .on .bt {
    background: #8C6CFF;
    color: #fff;
}

.ranknav .on .bt i {
    background-position: -61px -21px;
}

.ranknav .on .lis {
    display: block;
}

.ranknav .on .on {
    background: #8C6CFF;
    color: #fff;
}

/* 文章详情头部 */
.newstoph1 {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #efeff4;
}

.newstoph1 .h1 {
    padding: 0 0 15px 0;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.newstoph1 .bq {
    line-height: 30px;
    height: 30px;
    color: #666666;
}

.newstoph1 .bq span {
    padding-right: 40px;
    float: left;
    display: block;
    min-width: 175px;
}

.newstoph1 .bq span:last-child {
    padding-right: 0;
}

.newstoph1 .bq span i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.newstoph1 .bq .yd {
    float: right;
    padding-right: 0;
    color: #8C6CFF;
}

/* 正文 */
.news_center {
    line-height: 30px;
    word-break: break-all;
    font-size: 15px;
}
.news_center div> p:nth-of-type(1).wyc {
   display: inline;
}

.news_center table,
.news_center video,
.news_center iframe,
.news_center embed {
    max-width: 100%;
    margin: 5px auto;
}

.news_center table {
    line-height: 30px;
}

.news_center img {
    max-width: 50%;
    height: auto;
    margin: 10px auto;
    display: block;
}

.news_center p>img {
    margin: 10px auto;
    cursor: pointer;
}

.news_center h3 {
    color: #8C6CFF;
    font-size: 17px;
    /*height: 30px;*/
    line-height: 30px;
    font-size: 16px;
    padding: 0;
    margin: 5px 0;
     font-weight: 700;
}
.news_center h3 span{
    color: #8C6CFF !important;
    font-size: 17px;
   
}
.news_center h3::before {
    display: inline-block;
    vertical-align: middle;
    /*width: 4px;*/
    /*height: 22px;*/
    /*margin: -2px 8px 0 0;*/
    /*background: #8C6CFF;*/
    content: '';
}

.news_center a {
    color: #8C6CFF;
}

.news_center.h3box h3 {
    color: #000;
    background: #f0eff5;
}

.news_center.h3box h3::before {
    display: none;
}

.news_center.h3box h3 span {
    background: #8C6CFF;
    float: left;
    padding: 0 10px;
    color: #fff;
}

.news_center+.pages .pagewrap {
    padding: 10px 0 30px;
}

/* item */
.itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 121px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6;
    padding: 30px;
    margin: 0 0 20px 0;
}

.itembox .img {
    width: 121px;
    height: 121px;
    border-radius: 20px;
    overflow: hidden;
}

.itembox .infor {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    overflow: hidden;
    height: 121px;
}

.itembox .infor .h2 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #868686;
}

.itembox .infor .h2 .name {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    padding-right: 10px;
}

.itembox .infor .h2 .name:hover {
    color: #8C6CFF;
}

.itembox .infor .p {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
}

.itembox .infor .p span {
    padding-right: 20px;
}

.itembox .infor .p span:last-child {
    padding-right: 0;
}

.itembox .infor .p a {
    color: #8C6CFF;
    padding: 0 2px;
}

.itembox .infor .p u {
    font-style: normal;
    color: #8C6CFF;
}

.itembox .infor .p a:hover {
    text-decoration: underline;
}

.itembox .infor .lab {
    height: 35px;
}

.itembox .infor .lab a {
    display: block;
    min-width: 40px;
    height: 33px;
    line-height: 33px;
    color: #8C6CFF;
    border-radius: 5px;
    border: solid 1px #8C6CFF;
    float: left;
    margin-right: 20px;
    text-align: center;
    padding: 0 10px;
}

.itembox .infor .lab a:hover {
    background: #8C6CFF;
    color: #fff;
}

.itembox .sao {
    width: 110px;
    height: 110px;
}

.itembox .sao img {
    display: block;
    width: 100%;
    height: 100%;
}

.gameinfor {
    width: 800px;
    padding-left: 20px;
}

.gameinfor .pagewrap a,
.gameinfor .pagewrap span {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 14px;
}

.gameinfor .cont6 .cont6-1 {
    width: 330px;
}

.gameinfor .cont6 .cont6-1 ul li .infor .p span {
    font-size: 12px;
}

.gameinfor .cont6 .cont6-2 {
    width: 280px;
}

.gameinfor .cont6 .cont6-2 ul li a {
    padding-right: 0;
}

.gameinfor .cont6 .cont6-2 ul li span {
    display: none;
}

.gameinforh1 .h1 {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    width: 100%;
    margin-bottom: 10px;
}

.gameinforh1 .h1 h1 {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.gameinforh1 .h1 span {
    height: 24px;
    background-color: #f8e5d8;
    border-radius: 5px;
    border: solid 1px #f9d3a6;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #ff8c26;
    line-height: 24px;
}

.gameinforh1 .item {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-bottom: 20px;
}

.gameinforh1 .item .img {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 20px;
}

.gameinforh1 .item .infor {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    overflow: hidden;
    flex-direction: column;
    height: 158px;
    justify-content: space-between;
}

.gameinforh1 .item .infor .lab {
    line-height: 35px;
    font-size: 14px;
    margin-top: -5px;
    height: auto;
    overflow: hidden;
}

.gameinforh1 .item .infor .lab p {
    height: 35px;
    color: #989898;
    padding-right: 20px;
    float: left;
}

.gameinforh1 .item .infor .lab p a {
    color: #8C6CFF;
}

.gameinforh1 .item .infor .lab p a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.gameinforh1 .item .infor .lab p span {
    color: #333;
}

.gameinforh1 .boxbtn a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../assets/imgs/btn-az.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.gameinforh1 .boxbtn .btn {
    width: 192px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #8C6CFF;
    border-radius: 5px;
    display: block;
    position: relative;
    float: left;
    margin: 0 27px 10px 0;
    cursor: pointer;
}

.gameinforh1 .boxbtn .btn:nth-child(3n) {
    margin-right: 0;
}

.gameinforh1 .boxbtn .btn i {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
}

.gameinforh1 .boxbtn .btn .icoanzho {
    height: 22px;
    width: 22px;
    background-position: -150px 0;
}

.gameinforh1 .boxbtn .btn .icoios {
    height: 24px;
    width: 21px;
    background-position: -121px 0;
}

.gameinforh1 .boxbtn .btn .sao {
    position: absolute;
    width: 50px;
    height: 40px;
    right: 0;
    top: 0;
}

.gameinforh1 .boxbtn .btn .sao:hover .img_sao {
    display: block;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.gameinforh1 .boxbtn .btn .sao .icosao {
    height: 18px;
    width: 18px;
    background-position: -30px 0;
    margin: -2px 0 0 0;
}

.gameinforh1 .boxbtn .btn .sao::before {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #fff;
}

.gameinforh1 .boxbtn .btn .sao .img_sao {
    position: absolute;
    width: 110px;
    background: #fff;
    left: 50%;
    margin-left: -75px;
    top: 40px;
    padding: 5px;
    display: none;
    z-index: 10;
}

.gameinforh1 .boxbtn .btn .sao .img_sao img {
    display: block;
    width: 100%;
    height: 110px;
}

.gameinforh1 .boxbtn .ios,
.gameinforh1 .boxbtn .anzhuo {
    width: 142px;
}

.gameinforh1 .boxbtn .anzhuo {
    background: #2dbfa9;
    font-size: 16px;
}

.gameinforh1 .boxbtn .ios {
    background: #8C6CFF;
}

.labranking {
    padding: 10px 0 20px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
}

.labranking .bt {
    height: 40px;
    line-height: 40px;
    float: left;
    color: #000000;
    font-size: 24px;
    width: 220px;
    overflow: hidden;
}

.labranking ul {
    float: left;
    width: 980px;
}

.labranking ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 5px 0;
}

.labranking ul li a {
    padding: 0 10px;
    display: block;
}

.labranking ul li a:hover {
    background: #8C6CFF;
    color: #fff;
}

.labranking ul .on a {
    background: #8C6CFF;
    color: #fff;
}

.hjranking ul li {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    height: 150px;
    padding: 20px 0;
    overflow: hidden;
    font-size: 14px;
}

.hjranking ul li .img {
    float: left;
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 30px;
}

.hjranking ul li .img .num {
    position: absolute;
    width: 63px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 24px;
    background: #ff2d55;
    z-index: 2;
    border-radius: 30px 0 30px;
    font-weight: bold;
    font-style: italic;
}

.hjranking ul li .infor {
    float: left;
    width: 395px;
    padding: 0 10px 0 20px;
    overflow: hidden;
}

.hjranking ul li .infor .name {
    height: 30px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 24px;
}

.hjranking ul li .infor .tex {
    height: 63px;
    line-height: 21px;
    padding: 11px 0 0 0;
    overflow: hidden;
    width: 100%;
    color: #4d4d4d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.hjranking ul li .infor .bq {
    height: 30px;
    width: 100%;
    overflow: hidden;
    margin-top: 13px;
}

.hjranking ul li .infor .bq a {
    float: left;
    background: #efeff4;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
    text-align: center;
    min-width: 40px;
    margin-right: 2px;
    color: #8e8e93;
}

.hjranking ul li .infor .bq a:hover {
    background: #8C6CFF;
    color: #fff;
}

.hjranking ul li .imgbox {
    float: right;
    width: 275px;
    height: 150px;
    overflow: hidden;
    display: block;
}

.hjranking ul li .imgbox img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 33.33%;
    height: 100%;
    float: left;
}

.hjranking ul li+li .img .num {
    background: #4cd964;
}

.hjranking ul li+li+li .img .num {
    background: #007aff;
}

.hjranking ul li+li+li+li .img .num {
    background: #d1d1d6;
    color: #4b4b4b;
}

.bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    display: none;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.m-showbox {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0 0 10px #111;
    box-shadow: 0 0 10px #111;
    display: none;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.m-showbox .inner-box {
    position: relative;
}

.m-showbox img {
    display: none;
}

.m-showbox img.current {
    display: block;
    height: 100%;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.close-showbox {
    position: fixed;
    width: 70px;
    height: 70px;
    background: #111;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1001;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.m-showbox .inner-box .prev {
    position: absolute;
    width: 30px;
    height: 60px;
    background: #111;
    left: -80px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.m-showbox .inner-box .next {
    position: absolute;
    width: 30px;
    height: 60px;
    background: #111;
    right: -80px;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.m-showbox .inner-box span .icoimg {
    width: 18px;
    height: 18px;
    background: url(../assets/imgs/left.png);
    background-size: cover;
    position: absolute;
    top: 21px;
    left: 6px;
}

.m-showbox .inner-box .next .icoimg {
    transform: rotate(180deg);
}

.m-showbox .inner-box .prev:hover,
.m-showbox .inner-box .next:hover,
.close-showbox:hover {
    background-color: #8C6CFF;
}

/* 权限 */
.gRule,
.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.gRule .rSure,
.gPrivacy .pSure {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 228px;
    height: 52px;
    border: 0;
    background: -o-linear-gradient(right, #81c8eb, #03ABFE);
    background: -webkit-gradient(linear, right top, left top, from(#81c8eb), to(#8C6CFF));
    background: -o-linear-gradient(right, #81c8eb, #8C6CFF);
    background: linear-gradient(-90deg, #81c8eb, #8C6CFF);
    color: #fff;
    font-size: 20px;
    border-radius: 26px;
    line-height: 52px;
    margin: 36px auto 40px;
    overflow: hidden;
    white-space: nowrap;
}

.gRule .ruleBox,
.gPrivacy .ruleBox {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: transparent;
    width: 573px;
    border-radius: 20px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    /* right: 0; */
    bottom: 0;
    height: 730px;
}

.gRule .ruleBox .rTitle,
.gPrivacy .ruleBox .rTitle {
    position: relative;
    width: 100%;
    height: 172px;
    background-image: url(https://www.cioinsight.com.cn/page/images/maskRule.png);
    background-size: 573px 100%;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.gRule .ruleBox .rTitle p,
.gPrivacy .ruleBox .rTitle p {
    font-size: 39px;
    color: #fff;
    font-weight: bold;
    padding-top: 22px;
    line-height: 120px;
    white-space: nowrap;
    overflow: hidden;
}

.gRule .grBox,
.gPrivacy .grBox {
    background-color: #fff;
    position: relative;
    padding: 10px;
    top: -30px;
    border-radius: 20px;
}

.gRule .ruleMain,
.gPrivacy .ruleMain {
    display: block;
    width: 490px;
    height: 420px;
    border-radius: 20px;
    padding: 0 10px 0 15px;
    line-height: 42px;
    font-size: 16px;
    margin: 20px auto 0;
    overflow: auto;
}

.gRule .ruleMain p:nth-of-type(1),
.gPrivacy .ruleMain p:nth-of-type(1) {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.gRule .ruleMain p:nth-last-of-type(1),
.gPrivacy .ruleMain p:nth-last-of-type(1) {
    margin-bottom: 20px;
}

.gRule textarea.ruleMain,
.gPrivacy textarea.ruleMain {
    border: none;
    resize: none;
}

.yuyue_yaler {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    zoom: 1;
    background: rgba(0, 0, 0, 0.5);
}

.yuyue_box {
    padding: 10px 35px;
    display: none;
    background: #fff;
    width: 340px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -205px;
    margin-top: -110px;
}

.yuyue_box .bt {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #434343;
    margin-bottom: 10px;
}

.yuyue_box .bt i {
    background: url("../images/ico_yuyue.png") no-repeat center;
    height: 20px;
    width: 13px;
    background-position: 0 -34px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.yuyue_box .input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    font-size: 14px;
    background: #efeff4;
    padding: 0 10px;
}

.yuyue_box .input input {
    border: none;
    background: none;
    width: 100%;
}

.yuyue_box .btn_ {
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    background: #8C6CFF;
}

.yuyue_box .btn_ a,
.yuyue_box .btn_ button {
    border: none;
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.yuyue_box .tishi {
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}

.yuyue_box .close {
    background: url("../images/ico_yuyue.png") no-repeat center;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;
    width: 15px;
    background-position: 0 -73px;
    cursor: pointer;
}


.lace_box {
    width: 100%;
    height: 114px;
    background: url("../images/laces.png") no-repeat;
    position: relative;
    margin: 20px 0;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.lace_box img {
    width: 72px;
    height: 72px;
    margin: 0 0 0 40px;
    float: left;
}

.lace_box .infor_ {
    float: left;
    margin: 0 0 0 25px;
    flex: 1;
}

.lace_box .infor_ .bt {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
}

.lace_box .infor_ p {
    text-indent: 0;
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}

.lace_box .infor_ p em {
    color: #fc9d49;
}

.lace_box .infor_ p span:nth-child(2) {
    margin-left: 20px;
}

.lace_box .btn {
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 40px;
}

.lace_box .btn a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #fc9d49;
    color: #fff;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
}

.lace_box .btn a:nth-child(2) {
    background: #8C6CFF;
}

.Index7 .item ul li .num {
    width: 34px;
    height: 34px;
}

.Index7 .item:nth-child(1) ul li:nth-child(1) .num {
    background: url(../assets/imgs/num1_red.png);
    background-size: cover;
}

.Index7 .item:nth-child(1) ul li:nth-child(2) .num {
    background: url(../assets/imgs/num2_red.png);
    background-size: cover;
}

.Index7 .item:nth-child(1) ul li:nth-child(3) .num {
    background: url(../assets/imgs/num3_red.png);
    background-size: cover;
}

.Index7 .item:nth-child(2) ul li:nth-child(1) .num {
    background: url(../assets/imgs/num1_yellow.png);
    background-size: cover;
}

.Index7 .item:nth-child(2) ul li:nth-child(2) .num {
    background: url(../assets/imgs/num2_yellow.png);
    background-size: cover;
}

.Index7 .item:nth-child(2) ul li:nth-child(3) .num {
    background: url(../assets/imgs/num3_yellow.png);
    background-size: cover;
}

.Index7 .item:nth-child(3) ul li:nth-child(1) .num {
    background: url(../assets/imgs/num1_blue.png);
    background-size: cover;
}

.Index7 .item:nth-child(3) ul li:nth-child(2) .num {
    background: url(../assets/imgs/num2_blue.png);
    background-size: cover;
}

.Index7 .item:nth-child(3) ul li:nth-child(3) .num {
    background: url(../assets/imgs/num3_blue.png);
    background-size: cover;
}

.Index7 .item ul li:nth-child(4) .num {
    background: url(../assets/imgs/num4.png);
    background-size: cover;
}

.Index7 .item ul li:nth-child(5) .num {
    background: url(../assets/imgs/num5.png);
    background-size: cover;
}

.Index7 .item ul li:nth-child(6) .num {
    background: url(../assets/imgs/num6.png);
    background-size: cover;
}

.Index7 .item ul li:nth-child(7) .num {
    background: url(../assets/imgs/num7.png);
    background-size: cover;
}

.Index7 .item ul li:nth-child(8) .num {
    background: url(../assets/imgs/num8.png);
    background-size: cover;
}

.inTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inTitle .titleL {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}

.infoList {
    font-size: 16px;
    line-height: 20px;
    color: #999;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    justify-content: space-between;
}

.gdInfoBox .infoList li {
    margin-top: 20px;
}

/*  */
.gdVersionsBox {
    margin-top: 46px;
}

.gdVersionsBox .lists {
    font-size: 16px;
    color: #333;
}

.gdVersionsBox .lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}

.gdVersionsBox .lists li a span:nth-child(1) {
    width: 278px;
}

.gdVersionsBox .lists li a span:nth-child(2) {
    width: 238px;
}

.gdVersionsBox .lists li a span:nth-child(3) {
    width: 248px;
}

.gdVersionsBox .lists li a span.btnItem {
    text-align: center;
    width: 72px;
    height: 30px;
    color: #666;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
}

/*  */
.gdRecomBox .multiColumnList {
    display: grid;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    grid-template-columns: repeat(3, 260px);
}

.gdRecomBox .multiColumnList li {
    margin-top: 7px;
}

.gdRecomBox .multiColumnList li a {
    padding: 19px 13px;
    background: #F7F7F7;
    border-radius: 5px;
    height: 114px;
    display: flex;
    color: inherit;
}

.gdRecomBox .multiColumnList li a .imgBox {
    width: 76px;
    height: 76px;
    background: #8C6CFF;
    border-radius: 18px;
}

.gdRecomBox .multiColumnList li a .imgInfo {
    flex: 1;
    width: 0;
    padding-left: 20px;
    position: relative;
}

.gdRecomBox .multiColumnList li a .imgInfo p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.gdRecomBox .multiColumnList li a .imgInfo p.tip {
    margin-top: 2px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: flex;
    flex-direction: column;
}

.gdRecomBox .multiColumnList li a .imgInfo .btnItem {
    position: absolute;
    text-align: center;
    width: 72px;
    height: 30px;
    right: 7px;
    bottom: 7px;
    background: #f7f7f7;
    line-height: 28px;
    border-radius: 5px;
    color: #666;
    border: 1px solid #E6E6E6;
    z-index: 10;
}

.imgBox {
    overflow: hidden;
}

.imgBox>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.cont8 {
    margin-bottom: 20px;
}

.cont8 .infoList li {
    margin-bottom: 10px;
}

.inTitle a {
    display: none;
}

.gdHotTxtBox {
    margin-top: 38px;
    padding: 10px;
}

.inTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inTitle .titleL {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}

.swBoxWrap {
    margin-top: 8px;
}

.swHotTxtBox {
    overflow: hidden;
}

.labelList {
    margin: 0 -8px;
    font-size: 16px;
    color: #999999;
    display: flex;
    flex-wrap: wrap;
    transition-timing-function: linear;
    flex-wrap: unset;
}

.labelList li {
    width: fit-content;
}

.labelList li>a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 1000px 1000px;
    background-position: -108px -124px;
}

.labelList li>a {
    margin: 14px 8px 0;
    padding: 0 20px;
    width: fit-content;
    height: 36px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: inherit;
}

.labelList li>a>i {
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
    margin: 0 8px;
}

.gdMarkBox .markNumber {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 24px;
    border-bottom: 1px dashed #E5E5E5;
}

.gdMarkBox .markNumber .numberL {
    font-size: 18px;
    line-height: 22px;
    color: #999;
}

.gdMarkBox .markNumber .numberL p:first-child {
    margin-top: -10px;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #8C6CFF;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gdMarkBox .markNumber .numberL p i {
    font-weight: normal;
    font-size: 30px;
    line-height: 48px;
    font-style: normal;
}

.gdMarkBox .markNumber .numberL p {
    margin-top: 16px;
    text-align: center;
}

.gdMarkBox .markNumber .numberL .scoreWrap {
    display: flex;
    margin: 4.5px -4.5px -4.5px;
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type=range] {
    -webkit-appearance: none;
    width: 190px;
    margin: 0;
    outline: 0;
    -webkit-mask: url(../img/star.png);
    -webkit-mask-size: 38px;
    -webkit-mask-repeat: repeat-x;
    height: 38px;
}

.gdMarkBox .markNumber .numberR {
    font-size: 16px;
    line-height: 16px;
}

.gdMarkBox .markNumber .numberR ul li {
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: #333333;
}

.gdMarkBox .markNumber .numberR ul li:first-child {
    margin-top: 2px;
}

.gdMarkBox .markNumber .numberR ul li .progressBg {
    margin-left: 16px;
    margin-right: 18px;
    width: 465px;
    height: 16px;
    background: #F2F2F8;
    border-radius: 8px;
    position: relative;
}

.gdMarkBox .markNumber .numberR ul li .progressBg .progressInner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 16px;
    background: #76DB98;
    border-radius: 8px;
}

.gdMarkBox .markNumber .numberR ul li:nth-child(2n) .progressBg .progressInner {
    background: #B7EA83;
}

.gdMarkBox .markNumber .numberR ul li:nth-child(3n) .progressBg .progressInner {
    background: #F6D757;
}

.gdMarkBox .markNumber .numberR ul li:nth-child(4n) .progressBg .progressInner {
    background: #FBB851;
}

.gdMarkBox .markNumber .numberR ul li:nth-child(5n) .progressBg .progressInner {
    background: #F17A54;
}

.gdMarkBox .markNumber .numberR ul li .innerTxt {
    color: #999999;
}

.gdMarkBox .markTxt {
    display: flex;
    margin-top: 24px;
}

.gdMarkBox .userIcon {
    width: 70px;
    height: 70px;
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-size: 70px 70px;
}

.gdMarkBox .markTxt .inputWrap {
    flex: 1;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.gdMarkBox .markTxt textarea {
    display: block;
    width: 95%;
    padding: 16px 20px;
    background: #F7F7F7;
    resize: none;
    height: 120px;
    border-radius: 16px;
    border: unset;
}

.gdMarkBox .markTxt .btn {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    height: 40px;
    background: #8C6CFF;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 28px;
    width: fit-content;
    border: 0;
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type="range"] {
    -webkit-appearance: none;
    width: 190px;
    margin: 0;
    outline: 0
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type="range"i]::-webkit-slider-runnable-track {
    background: #facc01;
    height: 38px;
    -webkit-mask: url("../img/star.png");
    -webkit-mask-size: 38px;
    -webkit-mask-repeat: repeat-x
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type="range"i]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 100%;
    box-shadow: 999px 0 0 999px #f2f2f8
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type=range] {
    -webkit-mask: url("../img/star.png");
    -webkit-mask-size: 38px;
    -webkit-mask-repeat: repeat-x;
    height: 38px
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-track {
    background: #f2f2f8;
    height: inherit
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-progress {
    background: #facc01;
    height: inherit
}

.gdMarkBox .markNumber .numberL .scoreWrap input[type=range]::-moz-range-thumb {
    width: 0;
    opacity: 0
}

#comment_list h2 {
    height: 30px;
    padding: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#comment_list h2 span {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    display: block;
}

#comment_list dl {
    padding: 0;
    text-align: left;
}

#comment_list dt {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
}

#comment_list dt span {
    float: left;
}

#comment_list dt i {
    font-family: verdana;
    font-style: normal;
}

#comment_list dt b {
    margin: 0 6px;
    color: #d92227;
    font-weight: normal;
}

#comment_list dt em {
    float: right;
    font-style: normal;
    font-size: 14px;
}

#comment_list dd {
    word-wrap: break-word;
    line-height: 20px;
    padding: 10px 0px;
    margin: 0;
    font-size: 14px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 10px;
}

#comment_list p {
    text-align: right;
    line-height: 1;
    padding: 5px 0;
    font-size: 12px;
    margin-top: 10px;
}
.red-text{
    font-weight: 700;
    color: #0069ff;
}
/* feedback */
.feedBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.feBaClose {
    position: absolute;
    bottom: -82px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    left: 0;
}

.feBackBox {
    position: absolute;
    z-index: 5;
    top: 58px;
    left: 0;
    right: 0;
    margin: auto;
    width: 700px;
    padding: 32px 31px 15px;
    min-height: 200px;
    background: linear-gradient(0deg, rgba(0, 168, 255, 0) 0%, rgb(147 0 255 / 20%) 100%);
    background-repeat: no-repeat;
    background-size: 100% 188px;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
}

.feBackBox .cont {
    overflow: hidden;
}


.feBaClose i {
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    width: 54px;
    height: 54px;
    background: url(../img/icon2.png) no-repeat;
    background-position: -523px -465px;
    position: relative;
}

.feBackBox .fTitle {
    position: relative;
    margin-bottom: 10px;
}

.feBackBox .fTitle p {
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.feBackBox .feSubmit input {
    display: block;
    cursor: pointer;
    border: 0;
    background: #8C6CFF;
    box-shadow: 0px 5px 5px 0px rgba(255, 220, 220, 0.5);
    width: 416px;
    height: 48px;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    margin: 25px auto;
    border-radius: 24px;
}

.feBack {
    margin: 0 0 25px;
}

.feBack>span {
    font-size: 16px;
    color: #333;
    line-height: 38px;
    margin: 0 0 10px;
    display: block;
    text-align: left;
}

.feBack .info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.feBack .info p {
    font-size: 14px;
    color: #333;
    line-height: 88px;
}

.otherRe {
    margin-bottom: 10px;
    min-height: 100px;
    background: #FAFAFA;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px 20px;
}

.feBack textarea {
    width: 100%;
    height: 80px;
    line-height: 24px;
    border: none;
    resize: none;
    background: transparent;
    font-size: 16px;
    color: #999;
}

.checkbox {
    position: relative;
    display: block;
    padding: 0;
    height: 36px;
    line-height: 36px;
    margin: 0 2px 10px 0;
    cursor: pointer;
}

.checkbox:nth-last-child(1) {
    border-bottom: none;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 36px;
    opacity: 0;
}

.checkbox label {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 14px;
    color: #4c4c4c;
    border: 1px solid #fff;
    border-radius: 8px;
}

.checkbox label.on {
    background: #8C6CFF;
    color: #fff;
    border-color: #8C6CFF;
}

.telBox {
    overflow: hidden;
    margin: 0 0 10px;
    background: #FAFAFA;
    border-radius: 24px;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
}

.telBox input {
    display: block;
    border: none;
    width: 376px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    background: #FAFAFA;
    border-radius: 24px;
    font-size: 16px;
    color: #999;
}

.telBox input::-webkit-input-placeholder {
    color: #999;
}

.telBox input:-moz-placeholder {
    color: #999;
}

.telBox input::-moz-placeholder {
    color: #999;
}

.telBox input:-ms-input-placeholder {
    color: #999;
}

.telMsg {
    margin-bottom: 2px;
    font-size: 14px;
    color: #999;
    text-align: left;
    line-height: 20px;
    display: block;
}
.userClick{
    align-items: center;
    background: #8C6CFF;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 28px;
    justify-content: center;
    width: 66px;
}